home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / xf2 / xf2faq.txt < prev   
Text File  |  1995-04-22  |  37KB  |  671 lines

  1.                                                      __ 
  2.              The Unofficial Atari 8bit              |||| 
  3.      Newbie / Stupid Question / Emulator Help      _||||_ 
  4.                          FAQ                      `\\  //' 
  5.                                                     `\/' 
  6.                   By Bill Kendrick 
  7.                     Revision 0.4                !! PLEASE !! 
  8.                   September 7, 1994          ASK MORE QUESTIONS 
  9.  
  10. Differences from Rev.0.3: Added info on DCM2DSK. 
  11. PLEASE also refer to: MyDOS 4.5 documents, SIO2PC documents, 
  12.   XF2 documents, and the Atari 8-bit F.A.Q. 
  13.  
  14. For general help (hardware, magazines, etc.) please check the Official 
  15. Atari 8-bit FAQ file: 
  16.   From: Michael Current <MCURRENT@carleton.edu> 
  17.   Where to get the latest copy of the Atari 8-Bit Computers  
  18.   Frequently Asked Questions List: 
  19.  
  20.   ftp://rtfm.mit.edu/pub/usenet-by-group/news.answers/atari-8-bit/faq 
  21.     (and many other FTP sites that archive Usenet FAQ Lists) 
  22.   http://www.cis.ohio-state.edu/hypertext/faq/usenet/atari-8-bit/faq/faq.html 
  23.   news:comp.sys.atari.8bit, news:comp.answers, news:news.answers 
  24.  
  25.   or, send a message to mailto::mail-server@rtfm.mit.edu that says: 
  26.  
  27.     send usenet/news.answers/atari-8-bit/faq 
  28.     quit 
  29.  
  30.   Finally, you can always ask Michael for a copy at 
  31.   mailto::mcurrent@carleton.edu 
  32.  
  33. Objective of this file: 
  34.      Much discussion has gone on in the comp.sys.atari.8bit Usenet 
  35. newsgroup about the newly released (mid 1994) Atari 8bit emulator for 
  36. IBM / MSDOS based computers, the PC X-Former 2.0 (XF2 for short).  Many 
  37. people in the 8-bit community have gotten, well, fed up with the XF2-based 
  38. questions which do not pertain to them, or to the really dumb questions 
  39. which are in fact understandable to new or rusty Atari 8-bit users, but 
  40. have just gotten on the nerves of some of the comp.sys.atari.8bit 
  41. readers/digest subscribers. 
  42.      This file was created to reduce the number of 'newbie' and XF2 
  43. questions. 
  44.      This FAQ will present answers to simple questions like "how do I turn 
  45. off BASIC" (a good answer to that of course is, READ THE FRIGGIN' MANUAL) 
  46. and "how do I get a disk directory?" (which is less obvious on 
  47. Atari 8-bits, err.. MOST 8-bits <grin>). 
  48.      It will also direct people who are unaware of the large amount of Atari 
  49. 8-bit support (NOT NECESSARILY EMULATOR SUPPORT) and perhaps become a 
  50. suplement for the many official and unofficial files floating around the 
  51. net (like the official FAQ, the Vendor/Developer List, the Who's Who list, 
  52. etc.). 
  53.  
  54. ---===  XF2 Questions:  ===--- 
  55.  
  56. Q.1) What does "READY" mean? 
  57. A.1) This is the Atari BASIC prompt.  See below for hints on Atari BASIC. 
  58.  
  59.  
  60. Q.2) Why doesn't this program load? 
  61. A.2.1) The program may not work under the Atari 800 Operating System, it may 
  62.        require the XL/XE Operating System (which XF2 does not emulate). 
  63. A.2.2) Be sure you turned BASIC off before trying to load it if it cannot 
  64.        run with BASIC on. 
  65. A.2.3) It may just refuse to run on the XF2 emulator. 
  66.  
  67.  
  68. Q.3) How do I turn off BASIC? 
  69. A.3) To toggle BASIC on and off, press [SHIFT]-[F10] ([F10] is [RESET], note: 
  70.      on a real Atari 8-bit, [SHIFT]-[RESET] does not have this effect). 
  71.  
  72.  
  73. Q.4) Why doesn't this game/program run correctly? 
  74. A.4.1) It may use player/missle collision detection which is not supported 
  75.        on the XF2. 
  76. A.4.2) (See Question 2). 
  77.  
  78.  
  79. Q.5) How do I exit XF2 and return to DOS? 
  80. A.5) Press [F5].  Note: this does NOT temporarily 'shell' or 'jump' to MSDOS. 
  81.  
  82.  
  83. Q.6) How do I get to Atari DOS? 
  84. A.6.1) In BASIC, type "DOS" at the "READY" prompt. 
  85. A.6.2) Reboot without BASIC on. 
  86. A.6.3) Be sure you have a DOS-bootable disk image as the first MSDOS 
  87.        parameter after the "XF2" command.  (DOS25.XFD and MYDOS45.ATR are 
  88.        both DOS boot-disk-images and are both in the XF2.ZIP file). 
  89.  
  90.  
  91. Q.7) How do I use MSDOS files with XF2? 
  92. A.7.1) Add the files to the command line and use them as their respective 
  93.        drives (be sure the first drive is a DOS-bootable disk image). 
  94.        Example:  XF2 MYDOS45.ATR filename.ext 
  95.        When booted the Atari will have two drives, D1: will be the MyDOS 
  96.        4.50 disk image and D2: will be a write-protected disk which contains 
  97.        only the file "filename.ext".  Note: there are bugs in XF2 which 
  98.        make accessing files from different directories a bit hard, just use 
  99.        the MOVE (or COPY and DEL) commands in MSDOS to get the file to the 
  100.        directory where you call XF2 from. 
  101. A.7.2) Use the MSDOS program S2PC (S2PC.ARC available in the Utilities 
  102.        directory at the UMICH archives) which allows you to access files 
  103.        within a MyDOS/compatible .ATR disk image without using an SIO2PC 
  104.        or the XF2.  S2PC let's you read, write, delete, change directory, 
  105.        and view the directory of a MyDOS/compatible .ATR disk image.  It 
  106.        can be used via command-line parameters from MSDOS, or as a menu. 
  107.  
  108.  
  109. Q.8) Just what ARE .ATR and .XFD files? 
  110. A.8.1) Refer to the XF2 and SIO2PC manuals for details on these files. 
  111. A.8.2) Simply put, they are Atari disks, stored as files which are as big 
  112.        as the disk they represent (an 88k disk image will use 88k on the 
  113.        IBM).  .ATR files are used by SIO2PC (see below) as well as the XF2 
  114.        (and the S2PC program mentioned above).  .XFD files are used by 
  115.        ST X-Former (the Atari 8-bit emulator for Atari ST's) and 
  116.        PC X-Former (XF2). 
  117.  
  118.  
  119. Q.9) What's SIO2PC? 
  120. A.9.1) Refer to the XF2 and SIO2PC manuals for details on this program. 
  121. A.9.2) This is a program which runs on IBM/compatibles which, with the use 
  122.        of a simple (and relatively inexpensive) cable, makes the IBM act 
  123.        as though it were an Atari disk drive.  (Up to four drives, actually). 
  124.        It uses disk image files (.ATR's) and can also let the Atari access 
  125.        single IBM files (much like XF2 does) as a single file all alone in 
  126.        its own disk.  It also currently allows Print-Thru (all access to the 
  127.        Atari "P:" (printer) device can be redirected to the IBM's printer, 
  128.        screen, or MSDOS file; different translations/conversions are 
  129.        user-defined when the Print-Thru mode is turned on).  Finally, with 
  130.        the use of two programs on the Atari 8-bit (the only two programs 
  131.        that currently have anything to do with SIO2PC that have been written 
  132.        (to my knowledge) for the Atari 8-bit), the IBM can be controlled 
  133.        remotely (commands are sent from the Atari, typing on the IBM is not 
  134.        necessary) and files can be sent directly to the IBM's drives. 
  135.  
  136.  
  137. Note: The following sections will simply discuss Atari BASIC, the Atari OS, 
  138.       and Atari DOS 2.5 and MyDOS 4.50 (because these topics seem the most 
  139.       relevant to the less-knowledged/experienced XF2 users). 
  140.  
  141. ---===  Getting around on the Atari: DOS and OS ===--- 
  142. I. AtariDOS and MyDOS QuickReference: 
  143.  
  144. MyDOS presents the user with the following commands: 
  145.  
  146. [*]     Disk directory of current directory (like "dir *.*" in MSDOS) 
  147. [1]-[9] Disk directory of a disk drive (like "dir a:\*.*" - "dir i:\*.*") 
  148. [A]     Disk directory (like "dir <mask>" and optional output destination) 
  149. [B]     Quit to cartridge 
  150. [C]     Copy file(s) ("<source>,<destination>" copies from one place or 
  151.         disk to another, just "<source>" copies from one place on one disk 
  152.         in a drive to the same place on another disk in the same drive 
  153.         (asks for swapping)) 
  154. [D]     Delete file(s) (add "/N" to delete without being prompted first) 
  155.         (add ">*.*" or ":*.*" after a subdirectory name to delete the 
  156.         files within it.  A subdirectory name alone will delete the 
  157.         subdirectory (if it is empty and unlocked)).  (Acts like both 
  158.         "del" and "rd" in MSDOS.) 
  159. [E]     Rename file(s) (renaming multiple files is allowed, but be careful). 
  160.         (like "ren <old> <new>" in MSDOS - with MyDOS, use "," between 
  161.         old and new masks.) 
  162. [F]     Locks file(s) from overwrite, deletion and appending (like 
  163.         "attrib +r <mask>" in MSDOS.) 
  164. [G]     Unlocks file(s) (returns them to their default state). 
  165. [H]     Writ